/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/system.css);
@import url(../warp/systems/joomla.1.5/css/system.css);

/*
 * item
 */
 
#system .title {
	font-size: 30px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#system .item > .date {
	width: 115px;
	height: 32px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/system_date.png) 0 0 no-repeat;
	float: left;
	color: #FFFFFF;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
}

#system .item > .date .day {
	height: 30px;
	width: 30px;
	margin: 1px 8px 1px 3px;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	float: left;
}

#system .item > .date .month { 
	margin: 4px 5px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#system .item > .date .year { 
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#system .item > .date + .title { 
	margin: 0 0 15px 0;
	font-size: 26px;
	line-height: 32px;
}

#system .item > .meta {
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #7F8384;
	line-height: 13px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#system .item > .meta > span {
	margin-right: 20px;
	letter-spacing: 1px;
}
#system .item > .meta > span > span { 
	color: #56595A;
	text-transform: uppercase;
}

#system .item > .links a:after { content: ""; }

#system .items .item {
	margin-top: 29px;
	padding-top: 29px;
	border: none;
	background: url(../images/article_separator.png) 0 0 repeat-x;
}
#system .items .item:first-child { background: none; }

#system .item-list { 
	margin-top: 29px;
	padding-top: 14px;
	border: none;
	background: url(../images/article_separator.png) 0 0 repeat-x;
}

#system .items .item > .meta { margin-top: 20px; }

/* Joomla 1.5 only */
#system .item > .icon { margin-top: 10px; }

#system .items.leading {
	padding-bottom: 29px;
	margin-bottom: 29px;
	border: none;
	background: url(../images/article_separator.png) 0 100% repeat-x;
}

#system .items.leading,
#system .item-list { border-color: #E1E1E2; }

/*
 * searchbox
 */

#searchbox {
	width: 226px;
	height: 38px;
	background: url(../images/searchbox_bg.png) 0 0 no-repeat;
}
#searchbox:hover  { background-position: 0 -42px; }

#searchbox input {
	width: 157px;
	height: 30px;
	margin-top: 3px;
	color: #A0A1A2;
	font-size: 14px;
	line-height: 30px;
}

#searchbox button { 
	height: 30px;
	margin-top: 3px;
}

#searchbox button.magnifier {
	margin-left: 8px;
	width: 30px;
	background: url(../images/searchbox_magnifier.png) 50% 50% no-repeat;
}

#searchbox button.reset { background: url(../images/searchbox_reset.png) 50% 50% no-repeat; }

#searchbox .results {
	top: 45px;
	right: 2px;
	padding: 1px;
	border-color: #D6D7D8;
	border-top: none;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#searchbox .results li.results-header,
#searchbox .results li.more-results {
	height: 44px;
	line-height: 44px;
	color: #7F8384;
	font-size: 18px;
}

#searchbox .results li.results-header { 
	border-bottom: none;
	background: #FCFDFE url(../images/searchbox_header_bg.png) 0 0 repeat-x;
	text-transform: none;
}

#searchbox .results li.result { 
	border: none;
	background: #F8F9FA url(../images/searchbox_result_bg.png) 0 100% repeat-x;
	color: #838383;
}
#searchbox .results li.result.selected { 
	color: #5292B8;
	background-color: #FFFFFF;
}
#searchbox .results li.result.no-results { background-image: none; }

#searchbox .results li.result h3 { color: #56595A; }
#searchbox .results li.result.selected h3 {	color: #5292B8; }

#searchbox .results li.more-results {
	padding-left: 15px;
	border-top: none;
	font-size: 14px;
	background: #FCFDFE url(../images/searchbox_more_results.png) 15px 0 no-repeat;
}

#searchbox .results li.more-results:hover {
	color: #5292B8;
	background-position: 15px -44px;
}

/*
 * table zebra
 */
 
table.zebra th,
table.zebra td {
	padding: 9px;
	border-bottom: 1px solid #E0E0E1;
}

table.zebra tbody tr.odd { background: #F0F1F2; }
table.zebra tbody tr:nth-of-type(odd) { background: #F0F1F2; }

table.zebra tbody tr.even { background: #FEFEFF; }
table.zebra tbody tr:nth-of-type(even) { background: #FEFEFF; }

/*
 * list style line
 */
 
ul.line li a { text-decoration: none; }

/*
 * pagination
 */

.pagination a,
.pagination strong {
	border-color: #C8C9CA;
	background: url(../images/pagination_bg.png) 0 0 repeat-x;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.pagination a { color: #56595A; }
.pagination strong { color: #A0A1A2; }

.pagination a:hover {
	color: #5292B8;
	border-color: #B9BABB;
	background-position: 0 -30px;
}

/*
 * breadcrumbs
 */

.breadcrumbs {
	margin: 0px 15px 20px 15px;
	font-size: 12px;
	line-height: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

.breadcrumbs a,
.breadcrumbs span {
	margin-right: 8px;
	padding-right: 15px;
	background: url(../images/breadcrumbs.png) 100% 50% no-repeat;
	color: #A0A1A2;
}
.breadcrumbs a:hover  {	color: #5292B8; }

.breadcrumbs strong { color: #56595A; }

/*
 * readmore button
 */
 
a.readmore {
	height: 34px;
	width: 125px;
	padding: 0;
	border: none;
	background: url(../images/readmore.png) 0 0 no-repeat;
	line-height: 32px;
	font-size: 12px;
	color: #646566;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,1);
}

#page a.readmore:hover {
	background-position: 0 -40px;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

#page a.readmore:hover:active {
	background-position: 0 -80px;
	line-height: 34px;
}